home *** CD-ROM | disk | FTP | other *** search
- #!/usr/bin/perl5
-
- print <<EndOfFile;
- Content-type: text/html
-
- <HTML>
- <HEAD>
- </HEAD>
- <BODY>
- <H1>Netscape Enterprise Server</H1>
- <P>
- Netscape Enterprise Server is a high-performance World Wide Web server
- for running network applications and creating, managing, and
- intelligently distributing information. It is an open platform for
- creating network-centric applications using cross-platform tools based on
- the Java and JavaScript languages. Netscape Enterprise Server is the
- ideal server for a variety of needs, including the delivery of on-line
- marketing materials, customer support information, or communication among
- employees.
- </P><P>
- Netscape Enterprise Server Pro supplies a comprehensive platform for
- quickly building and deploying database applications on an intranet.
- Enterprise Server Pro combines Enterprise Server with a relational
- database. Customers have a choice of database software: a development and
- limited-deployment copy of INFORMIX-OnLine Workgroup Server based on
- INFORMIX-OnLine Dynamic Server architecture or a development-only copy of
- Oracle Workgroup Server based on Oracle Universal Server architecture.
- Enterprise Server Pro has been preconfigured to provide seamless database
- access from applications developed with the built-in LiveWire
- database-access technology.
- </P><P>
- For additional information, please refer to the <A
- HREF="http://www.netscape.com/" target="PRODUCT">Netscape Web Site</A>
- or the <A HREF="http://www.sgi.com/Products/WebFORCE/" target="PRODUCT">
- WebFORCE Site.</A> For local SGI offices,<A
- HREF="http://www.sgi.com/Sales/" target="PRODUCT"> click here.</A></P>
- <P></P>
- </BODY>
- </HTML>
- EndOfFile
-
-